.laptopImage {
    display: none;
    background-image: url(https://cdn.discordapp.com/attachments/765608112270868510/966658621817634866/image.png);
    width: 1400px;
    height: 850px;
    background-size: 1400px;
    background-repeat: no-repeat;
    margin-left: 12%;
    margin-top: 6%;
}

.container {
    position: fixed;
    background-color: #fff;
    width: 1075px;
    height: 682px;
    margin: 2.1% 0 0 8.4%;
    border-radius: 3px;
    background-image: url(https://cdn.discordapp.com/attachments/894650053610864721/966662573489549392/image_1.png);
    background-size: 1100px;
    background-repeat: no-repeat;
}

.searchRegApp {
    /* transition: 0.5s; */
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-left: 5px;
    margin-top: 200px;
    background-image: url(https://cdn.discordapp.com/attachments/765608112270868510/973190307816542218/image.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: center;
    background-position-y: center;
    
}

.searchRegApp .searchRegAppText {
    position: absolute;
    visibility: hidden;
    width: 120px;
    background-color: rgba(33, 38, 43, 0.864);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin: 45.0% auto 0 -50%;
}

.searchRegApp:hover .searchRegAppText {
    visibility: visible;
}

.searchRegApp:hover {
    /* transition: 0.5s; */
    background-image: url(https://cdn.discordapp.com/attachments/765608112270868510/973190778291630150/image_1.png);
}

.brottsregister {
    /* transition: 0.5s; */
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-left: 5px;
    margin-top: 5px;
    background-image: url(https://cdn.discordapp.com/attachments/894650053610864721/966664381003890729/image.png);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position-x: center;
    background-position-y: center;
    
}

.brottsregister .brottsregisterText {
    position: absolute;
    visibility: hidden;
    width: 100px;
    background-color: rgba(33, 38, 43, 0.864);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin: 45.0% auto 0 -50%;
}

.brottsregister:hover .brottsregisterText {
    visibility: visible;
}

button:focus {
    background-color: rgba(255, 255, 255, 0);
}

.crime button {
    background-color: rgba(255, 255, 255, 0);
    /* border: 2px solid rgb(0, 0, 0); */
    /* width: 50px;
    height: 25px; */
    border-radius: 10px;
    margin: 2% 0 0 30%;
}

.brottsregister:hover {
    /* transition: 0.5s; */
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/966667432108367932/image_1.png);
}

.brottsregisterContainer {
    display: none;
    position: fixed;
    width: 1075px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
    /* background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/966670779951509564/image_4.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position-y: 15px; */
}

#lastDigits {
    transition: 0.2s;
    width: 30%;
    height: 6.5%;
    margin: 20% 0 0 33%;
    /* text-align: center; */
    padding: 1px 0 0 40px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(83, 83, 83, 0);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    /* border-radius: 6px; */
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/966670779951509564/image_4.png);
    background-position: 1px 4px;
    background-size: 37px;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#lastDigits::placeholder{
    color: rgb(0, 0, 0);
    /* text-align: center; */
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#lastDigits[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#lastDigits:focus {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
    outline: none !important;
}

.brottsregisterContainer p {
    position: fixed;
    font-size: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    margin: 5% 0 0 20%;
}

.brottsregisterContainer button {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    width: 45px;
    height: 30px;
    margin: 15% 0 0 -10.5%;
}

.brottsregisterContainer button:hover {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
}

.brottsregisterContainer .BackToMain {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.brottsregisterContainer .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.brottsregisterContainer .AddToRegister {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 51.8%;
}

.brottsregisterContainer .AddToRegister:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.personalMenuContainer {
    display: none;
    position: fixed;
    width: 1075px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
    /* background-image: url(https://img.besthqwallpapers.com/Uploads/19-8-2018/62017/volvo-v90-police-car-2018-4k-exterior.jpg);
    background-size: 1100px;
    background-repeat: no-repeat; */
}

.personalMenuContainer .BackToMain {
    transition: 0.2s;
    /* position: fixed; */
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.personalMenuContainer .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

#personalInfo {
    position: fixed;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 5%;
    margin-top: 4%;
    font-size: 17px;
    font-weight: lighter;
}

#lastdigits {
    position: fixed;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 23px;
    font-weight: bolder;
    margin-left: 5%;
    margin-top: 2%;
}

.personalMenuContainer .crimesContent .header {
    display: flex;
    width: 400px;
    height: 50px;
    background-color: #fff;
    margin: 13% 0 0 8.4%;
}

.personalMenuContainer .crimesContent .crime {
    display: flex;
    width: 400px;
    /* height: 50px; */
    min-height: 50px;
    background-color: #fff;
    margin: 0 0 0 8.4%;
    border-top: 1px solid rgb(0, 0, 0);
    font-size: 15px;
    padding-bottom: 5px;
}

.personalMenuContainer .crimesContent .date {
    /* position: fixed; */
    margin: 4% 0 0 6%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* width: 90px; */
    min-width: 90px;
}

.personalMenuContainer .crimesContent .line {
    /* position: fixed; */
    /* width: 100px; */
    height: 25px;
    border-left: 1px solid rgb(0, 0, 0);
    margin: 4.0% 0 0 7.5%;
}

.personalMenuContainer .crimesContent .crimeP {
    /* position: fixed; */
    margin: 4% 0 0 8%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.addToRegister {
    display: none;
    position: fixed;
    width: 1075px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
}

.addToRegister .registerContainer {
    width: 600px;
    height: 300px;
    background-color: rgb(54, 113, 168);
    margin: 12.15% 0 0 20.3%;
}

.addToRegister .BackToMain {
    transition: 0.2s;
    /* position: fixed; */
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.addToRegister .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.addToRegister #registerDigits {
    transition: 0.2s;
    width: 20%;
    height: 6.5%;
    margin: 7% 0 0 33%;
    /* text-align: center; */
    padding: 1px 0 0 25px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(83, 83, 83, 0);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    /* border-radius: 6px; */
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/966670779951509564/image_4.png);
    background-position: 0px -1px;
    background-size: 22px;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.addToRegister #registerReason {
    transition: 0.2s;
    width: 20%;
    height: 16.5%;
    margin: 1% 0 0 33%;
    /* text-align: center; */
    padding: 1px 0 0 25px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(83, 83, 83, 0);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    /* border-radius: 6px; */
    background-image: url(https://icon-library.com/images/paper-icon-png/paper-icon-png-11.jpg);
    background-position: 0px -1px;
    background-size: 22px;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.addToRegister #registerDate {
    transition: 0.2s;
    width: 20%;
    height: 6.5%;
    margin: 1% 0 0 33%;
    /* text-align: center; */
    padding: 1px 0 0 25px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(83, 83, 83, 0);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    /* border-radius: 6px; */
    background-image: url(http://cdn.onlinewebfonts.com/svg/img_149705.png);
    background-position: 1px 0px;
    background-size: 18px;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.addToRegister #input::placeholder{
    color: rgb(0, 0, 0);
    /* text-align: center; */
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.addToRegister #input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.addToRegister #input:focus {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
    outline: none !important;
}

.addToRegister .registerDone {
    margin: 1% 0 0 41%;
}

.searchApp {
    /* transition: 0.5s; */
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-left: 5px;
    margin-top: 100px;
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/967044210391932968/image_2.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: center;
    background-position-y: center;
    
}

.searchApp .searchAppText {
    position: absolute;
    visibility: hidden;
    width: 120px;
    background-color: rgba(33, 38, 43, 0.864);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin: 45.0% auto 0 -50%;
}

.searchApp:hover .searchAppText {
    visibility: visible;
}

.searchApp:hover {
    /* transition: 0.5s; */
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/967044092276133888/image_1.png);
}

.searchPlayerContainer {
    display: none;
    position: fixed;
    width: 1075px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
}

#dob {
    transition: 0.2s;
    width: 30%;
    height: 6.5%;
    margin: 20% 0 0 33%;
    /* text-align: center; */
    padding: 1px 0 0 40px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(83, 83, 83, 0);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    /* border-radius: 6px; */
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/966670779951509564/image_4.png);
    background-position: 1px 4px;
    background-size: 37px;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#dob::placeholder{
    color: rgb(0, 0, 0);
    /* text-align: center; */
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#dob[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#dob:focus {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
    outline: none !important;
}

.searchPlayerContainer p {
    position: fixed;
    font-size: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    margin: 5% 0 0 8%;
}

.searchPlayerContainer button {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    width: 45px;
    height: 30px;
    margin: 15% 0 0 -10.5%;
}

.searchPlayerContainer button:hover {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
}

.searchPlayerContainer .BackToMain {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.searchPlayerContainer .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.playerInfoCon {
    display: none;
    position: fixed;
    width: 1075px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
}

.playerInfoCon .BackToMain {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.playerInfoCon .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.playerInfoCon .header {
    background-color: rgb(74, 173, 173);
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 0 10px;
    color: white;
}

.infoCon {
    margin: 5% auto 0 auto;
    width: 400px;
    height: 500px;
    background-color: #fff;
}

.playerInfo {
    padding: 0 0 0 10px;
    font-size: 20px;
}

.searchRegContainer {
    display: none;
    position: fixed;
    width: 1080px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
}

#reg {
    transition: 0.2s;
    width: 30%;
    height: 6.5%;
    margin: 20% 0 0 33%;
    /* text-align: center; */
    padding: 1px 0 0 40px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(83, 83, 83, 0);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    /* border-radius: 6px; */
    background-image: url(https://cdn.discordapp.com/attachments/751211990227091517/966670779951509564/image_4.png);
    background-position: 1px 4px;
    background-size: 37px;
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#reg::placeholder{
    color: rgb(0, 0, 0);
    /* text-align: center; */
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#reg[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#reg:focus {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
    outline: none !important;
}

.searchRegContainer p {
    position: fixed;
    font-size: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
    margin: 5% 0 0 8%;
}

.searchRegContainer button {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    width: 45px;
    height: 30px;
    margin: 15% 0 0 -10.5%;
}

.searchRegContainer button:hover {
    transition: 0.2s;
    background-color: rgb(172, 172, 172);
    border: 2px solid rgb(141, 141, 141);
}

.searchRegContainer .BackToMain {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.searchRegContainer .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.regInfoCon {
    display: none;
    position: fixed;
    width: 1075px;
    height: 682px;
    background-color: rgb(41, 80, 116);
    margin: -42.15% 0 0 20.3%;
    border-radius: 3px;
}

.regInfoCon .BackToMain {
    transition: 0.2s;
    position: fixed;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
    width: 55px;
    height: 55px;
    margin: 0.5% 0 0 0.5%;
}

.regInfoCon .BackToMain:hover {
    transition: 0.2s;
    background-color: rgba(172, 172, 172, 0);
    border: 2px solid rgba(141, 141, 141, 0);
}

.regInfoCon .header {
    background-color: rgb(74, 173, 173);
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 0 10px;
    color: white;
}